From af165ead9a2d92329eaaafb8b753f9bdaf2951df Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 16 Feb 2007 23:01:44 +0000 Subject: [PATCH] Silly me, forgot $wgDBprefix --- maintenance/archives/patch-page_restrictions_sortkey.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/archives/patch-page_restrictions_sortkey.sql b/maintenance/archives/patch-page_restrictions_sortkey.sql index 63bc032a5a..6b24e3a502 100644 --- a/maintenance/archives/patch-page_restrictions_sortkey.sql +++ b/maintenance/archives/patch-page_restrictions_sortkey.sql @@ -3,6 +3,6 @@ -- of Special:Protectedpages. -- Andrew Garrett, February 2007 -ALTER TABLE page_restrictions +ALTER TABLE /*$wgDBprefix*/page_restrictions ADD COLUMN pr_id int unsigned not null auto_increment, ADD UNIQUE KEY pr_id (pr_id); -- 2.20.1